1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmDEFFECTIVE_STOCKS_LIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.lstitems = New System.Windows.Forms.ListView
26         Me.colID = New System.Windows.Forms.ColumnHeader
27         Me.colD = New System.Windows.Forms.ColumnHeader
28         Me.ColName = New System.Windows.Forms.ColumnHeader
29         Me.ColDesc = New System.Windows.Forms.ColumnHeader
30         Me.ColPrice = New System.Windows.Forms.ColumnHeader
31         Me.ColBarcode = New System.Windows.Forms.ColumnHeader
32         Me.ColQTY = New System.Windows.Forms.ColumnHeader
33         Me.colMeasure = New System.Windows.Forms.ColumnHeader
34         Me.cmdselect = New System.Windows.Forms.Button
35         Me.cmdcancel = New System.Windows.Forms.Button
36         Me.SuspendLayout()
37         
'
38         
'lstitems
39         
'
40         Me.lstitems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colID, Me.colD, Me.ColName, Me.ColDesc, Me.ColPrice, Me.ColBarcode, Me.ColQTY, Me.colMeasure})
41         Me.lstitems.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
42         Me.lstitems.FullRowSelect = True
43         Me.lstitems.GridLines = True
44         Me.lstitems.Location = New System.Drawing.Point(
7, 5)
45         Me.lstitems.Name =
"lstitems"
46         Me.lstitems.Size = New System.Drawing.Size(
753, 318)
47         Me.lstitems.TabIndex =
51
48         Me.lstitems.UseCompatibleStateImageBehavior = False
49         Me.lstitems.View = System.Windows.Forms.View.Details
50         
'
51         
'colID
52         
'
53         Me.colID.Text =
"ID"
54         Me.colID.Width =
40
55         
'
56         
'colD
57         
'
58         Me.colD.Text =
"Detail ID"
59         
'
60         
'ColName
61         
'
62         Me.ColName.Text =
"Name"
63         Me.ColName.Width =
160
64         
'
65         
'ColDesc
66         
'
67         Me.ColDesc.Text =
"Description"
68         Me.ColDesc.Width =
180
69         
'
70         
'ColPrice
71         
'
72         Me.ColPrice.Text =
"Price"
73         Me.ColPrice.Width =
80
74         
'
75         
'ColBarcode
76         
'
77         Me.ColBarcode.Text =
"Barcode"
78         Me.ColBarcode.Width =
110
79         
'
80         
'ColQTY
81         
'
82         Me.ColQTY.Text =
"QTY"
83         Me.ColQTY.Width =
40
84         
'
85         
'colMeasure
86         
'
87         Me.colMeasure.Text =
"Unit"
88         
'
89         
'cmdselect
90         
'
91         Me.cmdselect.Location = New System.Drawing.Point(
7, 329)
92         Me.cmdselect.Name =
"cmdselect"
93         Me.cmdselect.Size = New System.Drawing.Size(
59, 25)
94         Me.cmdselect.TabIndex =
52
95         Me.cmdselect.Text =
"&Select"
96         Me.cmdselect.UseVisualStyleBackColor = True
97         
'
98         
'cmdcancel
99         
'
100         Me.cmdcancel.Location = New System.Drawing.Point(
72, 329)
101         Me.cmdcancel.Name =
"cmdcancel"
102         Me.cmdcancel.Size = New System.Drawing.Size(
59, 25)
103         Me.cmdcancel.TabIndex =
53
104         Me.cmdcancel.Text =
"&Cancel"
105         Me.cmdcancel.UseVisualStyleBackColor = True
106         
'
107         
'FrmDEFFECTIVE_STOCKS_LIST
108         
'
109         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
110         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
111         Me.BackColor = System.Drawing.Color.WhiteSmoke
112         Me.ClientSize = New System.Drawing.Size(
764, 364)
113         Me.Controls.Add(Me.cmdcancel)
114         Me.Controls.Add(Me.cmdselect)
115         Me.Controls.Add(Me.lstitems)
116         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
117         Me.MaximizeBox = False
118         Me.MinimizeBox = False
119         Me.Name =
"FrmDEFFECTIVE_STOCKS_LIST"
120         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
121         Me.Text =
"Defective Stocks"
122         Me.ResumeLayout(False)
123
124     End Sub
125     Friend WithEvents lstitems As System.Windows.Forms.ListView
126     Friend WithEvents colID As System.Windows.Forms.ColumnHeader
127     Friend WithEvents colD As System.Windows.Forms.ColumnHeader
128     Friend WithEvents ColName As System.Windows.Forms.ColumnHeader
129     Friend WithEvents ColDesc As System.Windows.Forms.ColumnHeader
130     Friend WithEvents ColPrice As System.Windows.Forms.ColumnHeader
131     Friend WithEvents ColBarcode As System.Windows.Forms.ColumnHeader
132     Friend WithEvents ColQTY As System.Windows.Forms.ColumnHeader
133     Friend WithEvents colMeasure As System.Windows.Forms.ColumnHeader
134     Friend WithEvents cmdselect As System.Windows.Forms.Button
135     Friend WithEvents cmdcancel As System.Windows.Forms.Button
136 End Class


Gõ tìm kiếm nhanh...